Prizm Content Connect
Configuring Image Frame Rendering in PDF Conversion Service

The PDF format specification defines five separate "Page Boundaries" that control various aspects of the imaging process. The PDF Conversion Service supports "Media box" or "Crop box" to convert a source PDF document image(s). The PDF Conversion Service configuration file allows setting what boundary is used. By default, the PDF Conversion Service is configured to use the "Media box" boundary.

To modify the page boundary setting:

  1. Open the config file:
  1. Set the useCropBox property value to true to enable "Crop Box" boundary usage. (Or set the property to false to use "Media box".)
The useCropBox property is optional. If the config file does not contain the property, then the service uses the "Media box" boundary for PDF document conversion.
Example
Copy Code
{
      ...
         "useCropBox":true,
      ...
}
  1. Restart PCC.
The Config file "useCropBox" property is supported starting with PCC v9.1.

The setting of this parameter can affect conversions from PDF to SVG, PNG and JPG.

 

 


©2015. Accusoft Corporation. All Rights Reserved.

Send Feedback